home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / nano / python.nanorc < prev    next >
Text File  |  2008-09-24  |  486b  |  10 lines

  1. ## Here is an example for Python.
  2. ##
  3. syntax "python" "\.py$"
  4. icolor brightblue "def [0-9A-Z_]+"
  5. color brightcyan "\<(and|assert|break|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|map|not|or|pass|print|raise|return|try|while)\>"
  6. color brightgreen "['][^']*[^\\][']" "[']{3}.*[^\\][']{3}"
  7. color brightgreen "["][^"]*[^\\]["]" "["]{3}.*[^\\]["]{3}"
  8. color brightgreen start=""""[^"]" end=""""" start="'''[^']" end="'''"
  9. color brightred "#.*$"
  10.